home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / DTOOLS3 / DTOOLS3.ZIP / DEMOBWCC.DFM / DEMOBWCC.txt
Text File  |  1995-11-06  |  3KB  |  115 lines

  1. object BWCCControls: TBWCCControls
  2.   Left = 445
  3.   Top = 189
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'BWCC Controls'
  7.   ClientHeight = 175
  8.   ClientWidth = 218
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnActivate = FormActivate
  17.   TextHeight = 16
  18.   object GroupBox1: TGroupBox
  19.     Left = 6
  20.     Top = 6
  21.     Width = 203
  22.     Height = 79
  23.     Caption = 'Check Color'
  24.     TabOrder = 0
  25.     object rbBlack: TBWCCRadioButton
  26.       Left = 14
  27.       Top = 22
  28.       Width = 71
  29.       Height = 17
  30.       Hint = 
  31.         'Select the color that will be displayed for the check mark on th' +
  32.         'e radio button and check box.'
  33.       Caption = 'Black'
  34.       Checked = True
  35.       Color = clBtnFace
  36.       ParentColor = False
  37.       TabOrder = 0
  38.       OnClick = rbClick
  39.     end
  40.     object rbNavy: TBWCCRadioButton
  41.       Left = 14
  42.       Top = 46
  43.       Width = 75
  44.       Height = 17
  45.       Hint = 
  46.         'Select the color that will be displayed for the check mark on th' +
  47.         'e radio button and check box.'
  48.       Caption = 'Navy'
  49.       Checked = False
  50.       Color = clBtnFace
  51.       ParentColor = False
  52.       TabOrder = 1
  53.       OnClick = rbClick
  54.     end
  55.     object rbMaroon: TBWCCRadioButton
  56.       Left = 114
  57.       Top = 22
  58.       Width = 71
  59.       Height = 17
  60.       Hint = 
  61.         'Select the color that will be displayed for the check mark on th' +
  62.         'e radio button and check box.'
  63.       Caption = 'Maroon'
  64.       Checked = False
  65.       Color = clBtnFace
  66.       ParentColor = False
  67.       TabOrder = 2
  68.       OnClick = rbClick
  69.     end
  70.     object rbGreen: TBWCCRadioButton
  71.       Left = 114
  72.       Top = 46
  73.       Width = 75
  74.       Height = 17
  75.       Hint = 
  76.         'Select the color that will be displayed for the check mark on th' +
  77.         'e radio button and check box.'
  78.       Caption = 'Green'
  79.       Checked = False
  80.       Color = clBtnFace
  81.       ParentColor = False
  82.       TabOrder = 3
  83.       OnClick = rbClick
  84.     end
  85.   end
  86.   object chkGross: TBWCCCheckBox
  87.     Left = 8
  88.     Top = 94
  89.     Width = 201
  90.     Height = 27
  91.     Hint = 
  92.       'This will toggle the display of some really bad background bitma' +
  93.       'ps for the main form shadow buttons.'
  94.     Caption = 'Show gross button bitmaps'
  95.     Checked = False
  96.     Color = clBtnFace
  97.     ParentColor = False
  98.     State = cbUnchecked
  99.     TabOrder = 1
  100.     OnClick = chkGrossClick
  101.   end
  102.   object ShadowButton1: TShadowButton
  103.     Left = 68
  104.     Top = 134
  105.     Width = 89
  106.     Height = 33
  107.     Hint = 'Click me to make this window go away!'
  108.     Cancel = True
  109.     Caption = 'OK'
  110.     Default = True
  111.     ModalResult = 1
  112.     TabOrder = 2
  113.   end
  114. end
  115.